Skip Navigation Links.

H5T..::..enumInsert<(Of <(<'Type>)>)> Method

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Sub enumInsert(Of Type) ( _
	typeId As H5DataTypeId, _
	name As String, _
	ByRef value As Type _
)
C#
public static void enumInsert<Type>(
	H5DataTypeId typeId,
	string name,
	ref Type value
)
Visual C++
public:
generic<typename Type>
static void enumInsert(
	H5DataTypeId^ typeId, 
	String^ name, 
	Type% value
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

typeId
Type: HDF5DotNet..::..H5DataTypeId
IN: Enumeration datatype identifier.
name
Type: String
value
Type: Type%
In: Value of the enumeration datatype.

Type Parameters

Type

Return Value

void

Exceptions

ExceptionCondition
HDF5DotNet..::..H5TenumInsertException throws H5TenumInsertException on failure.

See Also